home *** CD-ROM | disk | FTP | other *** search
/ Video Dictionary 1 / Video Dictionary 1 - Disc 1.iso / pc / VBrowser.exe / VBrowser.dxr / 00001.ls next >
Encoding:
Text File  |  1999-06-11  |  191 b   |  10 lines

  1. on exitFrame
  2.   case the machineType of
  3.     256:
  4.       set pathchar to "¥"
  5.     otherwise:
  6.       set pathchar to ":"
  7.   end case
  8.   go(1, the moviePath & "others" & pathchar & "openend.dir")
  9. end
  10.